AnimationCanceledEvent

data class AnimationCanceledEvent(id: String) : Event

Event for when an animation has been cancelled.

Constructors

AnimationCanceledEvent
Link copied to clipboard
fun AnimationCanceledEvent(id: String)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

id
Link copied to clipboard
val id: String
Id of the animation that was cancelled.

Sources

jvm source
Link copied to clipboard